home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Network Supervisor's Toolkit
/
Network Supervisor's Toolkit.iso
/
novell
/
fyi6
/
04183.dos
< prev
next >
Wrap
Text File
|
1996-07-10
|
1KB
|
29 lines
FYI # 041790ew
There is a bug in the OS/2 NetBIOS.sys file (versions later than
October, 1989) which causes problems with sending datagrams
across a NetWare bridge (with internet=on, which is the default).
The receiving station, be it a DOS or OS/2 station, will either
receive nothing at all, or will receive the packets very slowly.
The following patch will correct the problem:
DEBUG NETBIOS.SYS
-S 0 L FFFF 8D 76 00 B1 02 F3 A5 57 56 BB 05 00 ;Search for string
1BA1:34A0
-D 1BA1:34A0 ;Dump segment and offset
-E 1BA1:34AD ;Edit the location of 56
1BA1:34AD 56.55 ;Change the 56 to a 55
-W ;Write changes
-Q ;Quit
Using DEBUG, the string is at the following location:
11-1-89 and 1-8-90 versions: 34A0
2-8-90 version: 3580
This will be fixed in the 1.2 release.